CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux thread

搜索资源列表

  1. kingate-1.6.tar

    0下载:
  2. kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。-kingate is an agent server,
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:225105
    • 提供者:none
  1. ThreadMigrate

    0下载:
  2. 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2685
    • 提供者:曹京
  1. linux-prim

    0下载:
  2. LIFO list can resolve this problem because we always wakeup the most recent active thread by default.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1911
    • 提供者:renweipie
  1. pthread_pool.tar

    0下载:
  2. linux线程池的C简单示例,适合刚开始玩-C simple example linux thread pool for the beginning of play
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:10240
    • 提供者:liming
  1. ThreadPool

    0下载:
  2. linux下两种方式实现线程池,可以直接用在项目中,希望对你有帮助!-Two ways under Linux thread pool, can be directly used in the project, I hope it can help you!
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:30609
    • 提供者:李晨旭
  1. linux_code

    0下载:
  2. 包括linux文件IO、进程间通信、网络编程、信号量、互斥锁的各个基本linux高级编程的源码-linux thread ipc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:828273
    • 提供者:inzaghi1
  1. Queue_linux

    0下载:
  2. 队列源码,使用linux线程库进行编写。方便移植-queue code, wirteen by linux thread library, and easy to transport.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1737
    • 提供者:litiebin
  1. thread

    0下载:
  2. linux线程封装, 用户只需要重新虚函数Run既可以-thread of linux
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:130016
    • 提供者:陈国鹏
  1. thread_pool.tar

    0下载:
  2. boost库线程池,linux环境下开发,可用于linux下多线程开发(Boost library thread pool, Linux implementation)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:colindj
  1. mutex

    0下载:
  2. 在线程实际运行过程中,经常需要多个线程保持同步。这时可以用互斥锁来完成任务。(Threads often require multiple threads to keep synchronization during the actual operation of the thread. You can then use the mutex to complete the task.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:Melodyluer
  1. 5_39

    0下载:
  2. 操作系统概念英文版chapter 5 5.39源码。利用线程计算pi值。只能用于linux。(Source code of 5.39 in Operating System Concept. Talk about thread. Linux only.)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:enemy
  1. LinuxC

    0下载:
  2. linux下的c语言开发(网络编程) 02)linux下的c语言开发(线程互斥) 03)linux下的c语言开发(线程等待) 04)linux下的c语言开发(多线程编程) 05)linux下的c语言开发(管道通信) 06)linux下的c语言开发(信号处理) 等等课程(Linux under the C language development (network programming) (thread mutex) (thread waiting)multi-threaded pr
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:1331200
    • 提供者:LIU__
  1. uart

    0下载:
  2. Linux上串口读写程序,首先打开串口,对其进行设置,然后产生一个子进程对子进行对串口进行读,父进程对串口进行写操作。(The demo is used for reading and writing the uart in Linux, there are two thread, the parent fork write the uart, the child thread read it.)
  3. 所属分类:Linux/Unix编程

  1. cpp11_thread-master

    0下载:
  2. 使用C++11 thread类编写Linux多线程程序(Using C++11 to write Linux multithreading)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:Arcon
  1. Linux C epoll

    1下载:
  2. socket通讯程序,采用epoll和线程池(Socket communication program, using epoll and thread pool)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-20
    • 文件大小:39936
    • 提供者:测试用户
  1. spider

    0下载:
  2. 基于linux下的多线程爬虫系统,包含URL去重,网页去重,持久化本地等功能(Multi thread crawler system based on Linux)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-25
    • 文件大小:26624
    • 提供者:server_luacs
  1. pthread_pool

    0下载:
  2. 线程池组成 1)线程管理器: 2)工作线程: 3)任务接口: 4)任务队列:(Thread pool composition 1) thread manager: 2) worker threads: 3) task interface: 4) task queue:)
  3. 所属分类:Linux/Unix编程

  1. newproject

    0下载:
  2. 实现网络数据收发,串口数据收发,线程的创建使用,文件操作,链表操作(To achieve network data transceiver, serial data transceiver, thread creation, use, file operation, linked list operation)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-02
    • 文件大小:118784
    • 提供者:心碎无尘
  1. rpe_tools-master

    0下载:
  2. Simplistic OO development toolkit for things like threaded objects, one-shot threaded objects (Launched as a thread, self-destructs and cleans up on completion), and the like. Developed by Rocking Penguin Entertainment for their own projects...makes
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-20
    • 文件大小:35840
    • 提供者:darkelf42
  1. week06实验

    0下载:
  2. 线程编写,各种各样的LINUX下的线程使用方法,超好用的,绝对能帮上忙(thread and a lot of kinds of methods in LINUX)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:527360
    • 提供者:miaomiaomiaoA
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »
搜珍网 www.dssz.com